///
import { AudioPlayerVolumeControlProps } from './types';
export declare const StyledVolumeSliderContainer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Pick & {
open?: boolean | undefined;
visible?: boolean | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledVolumeSliderPopupContainer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Pick, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledGridLayout: import("@emotion/styled").StyledComponent<{
rowGap?: import("../../../utils/style").MQ | undefined;
columnGap?: import("../../../utils/style").MQ | undefined;
rows?: import("../../../utils/style").MQ | undefined;
columns?: import("../../../utils/style").MQ | undefined;
justifyContent?: import("../../../utils/style").MQ | undefined;
alignContent?: import("../../../utils/style").MQ | undefined;
justifyItems?: import("../../../utils/style").MQ | undefined;
alignItems?: import("../../../utils/style").MQ | undefined;
areas?: import("../../../utils/style").MQ | undefined;
inline?: import("../../../utils/style").MQ | undefined;
autoColumns?: import("../../../utils/style").MQ | undefined;
autoRows?: import("../../../utils/style").MQ | undefined;
autoFlow?: import("../../../utils/style").MQ | undefined;
children?: import("react").ReactNode | import("../../../grid-layout/types").GridLayoutRenderProps;
as?: import("react").ElementType | undefined;
overrides?: ({
width?: import("../../../utils/style").MQ | undefined;
minWidth?: import("../../../utils/style").MQ | undefined;
maxWidth?: import("../../../utils/style").MQ | undefined;
height?: import("../../../utils/style").MQ | undefined;
minHeight?: import("../../../utils/style").MQ | undefined;
maxHeight?: import("../../../utils/style").MQ | undefined;
} & import("../../../utils/logical-properties").LogicalProps) | undefined;
} & Omit, "children"> & import("react").RefAttributes & {
theme?: import("@emotion/react").Theme | undefined;
} & Pick, {}, {}>;
export declare const VolumeControlContainer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Pick, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
//# sourceMappingURL=styled.d.ts.map