interface Props {
    class?: string;
}
/**
 * [Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
 * ## Props
 * @props: class: string;
 */
declare const Quotes: import("svelte").Component<Props, {}, "">;
type Quotes = ReturnType<typeof Quotes>;
export default Quotes;
