///
import { IButtonProps } from ".";
import "@fontsource/ibm-plex-sans";
import { getContextualTheme } from "../../theme/contextual";
type IContextualTheme = ReturnType;
type IDictsStyle = {
[key: string]: string;
};
export declare const paddingDict: {
[key: string]: IDictsStyle;
};
export declare const GeneralContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, IButtonProps>> & string;
export declare const ButtonContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLButtonElement>, IButtonProps & {
borderStyle?: string;
$theme: IContextualTheme;
}>> & string;
export declare const IconTag: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLImageElement>, IButtonProps>> & string;
export declare const IconSvgContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, IButtonProps>> & string;
export declare const LabelText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLSpanElement>, IButtonProps>> & string;
export {};
//# sourceMappingURL=styles.d.ts.map