interface BlockActionProps { active?: boolean; disabled?: boolean; onClick?: any; ref?: any; } export declare const BlockAction: import("styled-components").StyledComponent<"div", any, BlockActionProps, never>; export {};