import { ITheme } from '@react-pakistan/util-functions';
import * as React from 'react';
import { ThemedStyledProps } from 'styled-components';
export declare const StyledApp: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const StyledStory: ({ children }: {
    children: React.ReactNode;
}) => JSX.Element;
export type WithTheme<P = {}> = ThemedStyledProps<P, ITheme>;
