Import statement in a custom class

Hi,

i wrote a custom class. i tried to use tween class in my class but it gives error.

it start with like this

class TTB_2 extends MovieClip {

    import mx.transitions.Tween;
    import mx.transitions.easing.*;

Any solution ?

thanks.