/** * material 의 boxShadow * @param depth */ export declare const boxShadow: (depth?: number) => import("styled-components").FlattenInterpolation>; export declare const alignCenter: (jc?: string, ai?: string) => import("styled-components").FlattenSimpleInterpolation; export declare const absoluteCenter: () => import("styled-components").FlattenSimpleInterpolation; export declare const statusColor: (status: any) => import("styled-components").FlattenInterpolation>; /** * bg color에 따라 font color 셋팅 자동화 * @param bgColor */ export declare const setFontColor: (bgColor?: string) => import("styled-components").FlattenInterpolation>;