declare type ImagePositionType = { x?: number; y?: number; unit?: string; }; export declare const imagePositionStyle: (props: ImagePositionType) => import("styled-components").FlattenSimpleInterpolation; export {};