import { IGenerateThemeDesignForComponent } from '../generateThemeDesignForComponent'; type TGenerateTransparentStyle = Pick; export declare const generateTransparentStyle: (props: TGenerateTransparentStyle) => import('styled-components').RuleSet; export {};