export interface BothubGlobalStyleProps {
    $margin?: string;
}
export declare const BothubGlobalStyleStyled: import("react").NamedExoticComponent<import("styled-components").ExecutionProps & BothubGlobalStyleProps>;
