import { ThemedStyledProps } from 'styled-components'; import { Theme } from '../../themes/default'; interface StyleProps { left: number; top: number; visible: boolean | undefined; } declare const _default: ({ theme, left, top, visible, }: ThemedStyledProps) => import("styled-components").FlattenSimpleInterpolation; export default _default;