import { Size } from '../types'; declare const ActionsStyle: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; interface ActionProps { size: Size; inverse?: boolean; fullWidth?: boolean; disabled: boolean; } declare const ActionStyle: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, ActionProps, never>; export { ActionsStyle, ActionStyle }; //# sourceMappingURL=style.d.ts.map