import { Theme } from '../theme/index.js'; import { BlockVariants, BlockColors } from './types.js'; declare type InjectedProps = { $variant: BlockVariants; $color: BlockColors; $paddingLess: boolean; theme: Theme; }; export declare const BlockStyle: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, InjectedProps, never>; export {}; //# sourceMappingURL=BlockStyles.d.ts.map