/** * @description 터치가 가능하다는 걸 드러내는 스타일입니다. * * ```ts * const touchable: SerializedStyles; * ``` */ export declare const touchable: import("@emotion/react").SerializedStyles;