interface PreviewStylesProps { label?: string; isFocused?: boolean; withHoverView?: boolean; variation?: any; } declare function PreviewStyles({ label, isFocused, withHoverView, variation }: PreviewStylesProps): import("react").JSX.Element; export default PreviewStyles; //# sourceMappingURL=preview-styles.d.ts.map